home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / PreferencesTailor.nib / data.classes next >
Text File  |  1994-12-14  |  530b  |  42 lines

  1. TailorMonitor = {
  2.     ACTIONS = {
  3.     setTailor:;
  4.     };
  5.     OUTLETS = {
  6.     tailorSwitch;
  7.     };
  8.     SUPERCLASS = PrefsMonitor;
  9. };
  10. PrefsMonitor = {
  11.     ACTIONS = {
  12.     doSet:;
  13.     };
  14.     OUTLETS = {
  15.     guts;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. PageOneApp = {
  25.     ACTIONS = {
  26.     terminate:;
  27.     performMenuAction:;
  28.     new:;
  29.     info:;
  30.     help:;
  31.     open:;
  32.     };
  33.     OUTLETS = {
  34.     stringTable;
  35.     infoPanel;
  36.     inspector;
  37.     pagePalette;
  38.     spotColorWell;
  39.     };
  40.     SUPERCLASS = Application;
  41. };
  42.